This API returns a Price Quote created with 2.1 Create New PriceQuote with Search (not using LOS).
GET /rest/v1/lp-ppe-api/los/price-quote/get/{{priceQuoteId}}
Authorization |
Bearer {{accessToken}}
|
This API uses no body.
|
Copy Code | |
|---|---|
curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/los/price-quote/get/{{priceQuoteId}}' \ --header 'Authorization: Bearer {{accessToken}}' | |
This request doesn't return a response body.